projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d305f1
)
x86: Extend VMX_PERF_EXIT_REASON_SIZE to sync with latest SDM
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 6 May 2009 11:40:51 +0000
(12:40 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 6 May 2009 11:40:51 +0000
(12:40 +0100)
Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com>
xen/include/asm-x86/perfc_defn.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/perfc_defn.h
b/xen/include/asm-x86/perfc_defn.h
index 99a95cdb51067e9873ee9dcc046b4b673ba3156c..9a2697c69e5ed876472bfd2eaea8eb320955a7e9 100644
(file)
--- a/
xen/include/asm-x86/perfc_defn.h
+++ b/
xen/include/asm-x86/perfc_defn.h
@@
-4,7
+4,7
@@
PERFCOUNTER_ARRAY(exceptions, "exceptions", 32)
-#define VMX_PERF_EXIT_REASON_SIZE
44
+#define VMX_PERF_EXIT_REASON_SIZE
56
#define VMX_PERF_VECTOR_SIZE 0x20
PERFCOUNTER_ARRAY(vmexits, "vmexits", VMX_PERF_EXIT_REASON_SIZE)
PERFCOUNTER_ARRAY(cause_vector, "cause vector", VMX_PERF_VECTOR_SIZE)